From: Richard M. Stallman Date: Sun, 12 Nov 1995 06:34:20 +0000 (+0000) Subject: (LIBS_SYSTEM): Fix typo in prev change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85541 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c57bc20ffcd06f9a9c3222c92a400428304d31e3;p=emacs.git (LIBS_SYSTEM): Fix typo in prev change. --- diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index 79305e7594e..e2f4c988e5e 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h @@ -54,9 +54,9 @@ inet_addr, gethostbyname, socket, connect, ... But if we are not compiling with X support, it's not needed. */ #ifdef HAVE_X_WINDOWS -#define LIBS_SYSTEM -linet LIBS_STANDARD_1 +#define LIBS_SYSTEM -linet LIB_STANDARD_1 #else -#define LIBS_SYSTEM LIBS_STANDARD_1 +#define LIBS_SYSTEM LIB_STANDARD_1 #endif /* This system has job control. */